public class QOAgent extends Agent
| Modifier and Type | Field and Description |
|---|---|
UtilitySpace[] |
opponentModels |
fNegotiation, parametervalues, sessionNr, sessionsTotal, startTime, strategyParameters, timeline, totalTime, utilitySpace| Constructor and Description |
|---|
QOAgent() |
| Modifier and Type | Method and Description |
|---|---|
Action |
chooseAction()
this function is called after ReceiveMessage,
with an Offer-action.
|
static java.lang.String |
getVersion() |
void |
init()
This method is called by the protocol every time before starting a new
session after the internalInit method is called.
|
void |
prepareAction(int pMessageType,
java.lang.String pMessage) |
void |
ReceiveMessage(Action opponentAction)
informs you which action the opponent did
|
endSession, getAgentID, getName, getParameterValues, getSessionNumber, getSessionsTotal, getStrategyParameters, getUtility, internalInit, isUIAgent, loadSessionData, parseStrategyParameters, restartDataObjectsFolder, saveSessionData, setAgentID, setName, sleeppublic UtilitySpace[] opponentModels
public Action chooseAction()
AgentchooseAction in class Agentpublic static java.lang.String getVersion()
public void init()
Agentpublic void ReceiveMessage(Action opponentAction)
AgentReceiveMessage in class Agentpublic void prepareAction(int pMessageType,
java.lang.String pMessage)